.Testimonial-B h2 {
	text-align:center;
	padding-bottom:40px;
}
.Testimonial-B h5 {
	font-weight:500;
  text-align:left;
}
.Testimonial-B table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 80vw;
	max-width:1000px;
	margin:0 auto;
	
}

.Testimonial-B span {
  
	
}
.Testimonial-B th, td {
  text-align: center;
  padding: 16px;
}

.Testimonial-B th, td {
  text-align: center;
  padding: 16px;
}


.Testimonial-B th:first-child, td:first-child {
  text-align: left;
}

.Testimonial-B tr {
  border-bottom:1px solid hsl(240, 5%, 91%);
}

.Testimonial-B .border {
  border-left:1px solid hsl(240, 5%, 91%);
	border-right:1px solid hsl(240, 5%, 91%);
}
.Testimonial-B .no-bottom {
  border-bottom:0px;
	
}


.Testimonial-B .fa-check {
  color: #2CA4DD;
}

.Testimonial-B .fa-remove {
  color: grey
}

@media only screen and (max-width:678px) {
	
	
	.Testimonial-B table {
  
  width: 100vw;
	
	
}
	.Testimonial-B th, td {
  font-size:12px;
}
}